home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / tag_bbs / tag2bw41.zip / LOCAL.BAT < prev    next >
DOS Batch File  |  1993-01-14  |  2KB  |  48 lines

  1. @Echo Off
  2. :===========================================================================
  3. : This batch file is used for the sysop to log into the Blue Wave Door
  4. : and reader without having to log onto one of the nodes.. It's important
  5. : to note that if a user attempts to access the door at the same time as
  6. : the sysop from the same node the information within EXITINFO.BBS will be
  7. : possibly corrupted. If you don't have a local only node then I would
  8. : recommended setting up a sysop only TAG menu option to access this batch file
  9. : from one of the regular nodes... Or be very careful <grin>
  10. :
  11. : This batch file assumes:
  12. : Local Node Directory       = C:\BBS3
  13. : Blue Wave NODE3 Directory  = C:\BW\NODE3
  14. : Blue Wave Reader Directory = C:\BWAVE
  15. : Sysop User Number          = 1
  16. :
  17. : Parameters are
  18. :            1 = Port Speed (0 for local operation)
  19. :            2 = Time Left
  20. :            3 = User Number
  21. :            4 = First Name (Or alias first name)
  22. :            5 = Last Name (or alias last name... "." if one word handle)
  23. :            6 = ANSI status (1 = Yes 0 = No)
  24. :            7 = Com Port (0 for local operation)
  25. :            8 = User Connect Speed
  26. :            9 = Blue Wave QBBS system Directory
  27. :           10 = TAG node main BBS directory
  28. :
  29. : Change these parameters to fit your system
  30. :
  31. :===========================================================================
  32.  
  33. C:
  34. CD\BW
  35.  
  36. TAG2BW 0 30 1 Rick Cooper 1 0 0 C:\BW\NODE3 C:\BBS3
  37. Copy C:\Bw\Node3\DorInfo3.Def C:\Bw\Node3\DorInfo1.Def
  38. BWMAIL -CNODE3.PRM
  39.  
  40. CD\BWAVE
  41. BWAVE
  42. CD\BW
  43.  
  44. BWMAIL -CNODE3.PRM
  45. TAGUDATE C:\BW\NODE3 C:\BBS3
  46.  
  47. :End
  48.